html {height:auto;
       padding-top: 10px;
     background-color: #ddd;    }

.test::first-letter{text-transform: uppercase;
       font-family: Monotype Corsiva, sans-serif, 'Times New Roman';            
       letter-spacing: 3px;
       font-size: 190%;
       color: #ff0000;
       font-weight: bold;
       padding-left: 30px;}

body { max-width:  970px; 
              width:  100%;
          margin: 5px auto;       
          background-color: #fff;
             height: auto; 
         font-family:'Roboto Condensed', sans-serif, 'Times New Roman';}

.abjus {color: #000000; 
          font-size:16px; 
          font-weight: normal; 
         line-height: 150%;  
         padding-left:10px; 
          padding-right:10px;
         text-align:justify; 
        font-family:  'Times New Roman', Arial, Calibri;}

.container{display:flex;
                 height:auto;
               flex-direction: row;              
               justify-content: space-around;              
              flex-wrap: wrap;
                align-content: stretch;              
               width:100%;
                 max-width:960px; }

a { transition: 0.6s ease; }
a:hover{opacity: 0.4; }

.item {
          width:225px;
          height:160px;  
          margin:5px;
             box-shadow: 10px 10px 8px #a0a0a0;
                    border: 5px solid #E87E04;
          text-align: center;}

h1 {color: #ff0000; 
    font-size:24px; 
     text-align:center;
    font-family: 'Roboto Condensed', sans-serif, 'Times New Roman'; 
    line-height: 130%;
    letter-spacing: 0.5px;
     text-transform: uppercase;
     font-weight: bold;}

h2 {color: #E87E04;
    font-size: 22px;
    text-align:center;
    line-height: 130%;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif, 'Times New Roman';}

h3 {color: #E87E04; 
     font-size: 20px;
    text-align:center;
    line-height: 130%;
    font-weight: bold;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif, 'Times New Roman';}


